.types-title,
.types-subtitle,
.types-link {
    font-family: 'Ubuntu', sans-serif;
}

.types-title {
    font-size: 22px;
    font-weight: 600;
    color: #303030;
}

.types-subtitle {
    margin-top: -10px;
    margin-bottom: 10px;    
    font-size: 16px;
    font-weight: 500;
}

.types-li {
    color: #bcbcbc;
}

.types-list--no-bullets {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 991px) {
    .types-list--no-bullets {
        padding-left: 0.75rem;
    }
}

@media (min-width: 992px) {
    .types-grid {
        display: grid;
        grid-template-columns: repeat(var(--types-columns, 4), auto);
        column-gap: var(--types-gap, 60px);
        justify-content: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .types-grid > .types-li {
        max-width: none;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .types-grid--fill {
        justify-content: space-between;
        column-gap: 24px;
    }
}

.types-link {
    font-size: 14px;
    font-weight: 500;
    color: #72787c;
}

.types-link-underline:hover {
    text-decoration: underline;
    color: #72787c;
}

.custom-width {
    width: auto !important;
}

.trailing-type p {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
